←Select platform

Save(Stream,BarcodeData[]) Method

Summary

Saves an array of BarcodeData objects to an XML stream.

Syntax

C#
VB
C++
public static void Save( 
   Stream stream, 
   BarcodeData[] data 
) 
Public Overloads Shared Sub Save( _ 
   ByVal stream As Stream, _ 
   ByVal data() As Leadtools.Barcode.BarcodeData _ 
)  
public: 
static void Save(  
   Stream^ stream, 
   Leadtools.Barcode.array<BarcodeData^>^ data 
)  

Parameters

stream
The output stream

data
An array of BarcodeData objects to save.

Remarks

The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally. data can be null (Nothing is VB). This is the equivalent of saving an empty array.

To load the data previously saved into an XML stream, use BarcodeData.Load(Stream stream).

To save and load data to an XML disk file, use BarcodeData.Save(string fileName, BarcodeData[] data) and BarcodeData.Load(string fileName).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly